/*----------------------------------------------------
@File: Default Styles
@Author:  themexriver
@URL: https://themexriver.com/

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: NioBis - Corporate Business HTML Template
@Author: themexriver

CSS Table of content:-

1. Global Area 
2. Header Area

=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,700;0,700;1|Roboto:100,300,400;0,400;1,500,700&display=swap");
/*=========
Color Code
===========*/
/*(1)- global area*/
/*----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.556;
  color: #323232;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

::-moz-selection {
  color: #ffffff;
  background-color: #a3cc01; }

::selection {
  color: #ffffff;
  background-color: #a3cc01; }

::-moz-selection {
  color: #ffffff;
  background-color: #a3cc01; }

.container {
  max-width: 1400px; }

.ul-li ul {
  margin: 0;
  padding: 0; }
  .ul-li ul li {
    list-style: none;
    display: inline-block; }

.ul-li-block ul {
  margin: 0;
  padding: 0; }
  .ul-li-block ul li {
    display: block;
    list-style: none; }

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center; }

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  a:hover, a:focus {
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

section {
  overflow: hidden; }

button {
  cursor: pointer; }

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit; }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none; }

.relative-position {
  position: relative; }

.pera-content p {
  margin-bottom: 0; }

.no-paading {
  padding: 0; }

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin-bottom: 0;
  font-family: "Poppins"; }

.background-overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

.scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  line-height: 55px;
  border-radius: 100%;
  background-color: #323232;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .scrollup i {
    color: #fff; }

/*Home Six CSS Start From Here*/
/*----------------------------------------------------*/
.archs-section-title span {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  font-family: "Poppins"; }

.archs-section-title h2 {
  color: #000000;
  font-size: 48px;
  font-weight: 700;
  padding-bottom: 18px; }

.archs-section-title p {
  color: #7a7a7a;
  font-size: 18px; }

.archs-section-title.title-center-align {
  margin: 0 auto;
  max-width: 530px; }

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

.archf-copyright-content {
    color: #9d9d9d;
    padding: 20px 0px 15px;
    border-top: 1px solid rgb(157 157 157 / 54%);
    margin-top: 40px;
}
.pl-70 {
    padding-left: 70px !important;
}
   /* jiayi-footer 鏍峰紡 */
        .jiayi-footer {
            background: white;
            border-radius: 16px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
            padding: 40px 30px;
            width: 100%;
            margin-top: auto;
        }
        
        .jiayi-footer-title {
            font-size: 1.5rem;
            color: #4e89e8;
            margin-bottom: 30px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }
        
        .jiayi-footer-title i {
            font-size: 1.8rem;
        }
        
        .jiayi-footer-qr-codes {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            flex-wrap: wrap;
            gap: 30px;
        }
        
        .jiayi-footer-qr-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            transition: all 0.3s ease;
            padding: 5px 20px 0px 20px;
            border-radius: 12px;
         
            width: 130px;
        }
        
  
        .jiayi-footer-qr-platform {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 20px;
            font-weight: 600;
            font-size: 1.3rem;
        }
        
        .jiayi-footer-video .jiayi-footer-qr-platform {
            color: #07c160;
        }
        
        .jiayi-footer-douyin .jiayi-footer-qr-platform {
            color: #000;
        }
        
        .jiayi-footer-qr-code {
            width: 130px;
            height: 130px;
            background: #fff;
            border-radius: 12px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 15px;
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
            padding: 12px;
            border: 1px solid #eee;
            overflow: hidden;
        }
        
        .jiayi-footer-qr-code img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }
        
        .jiayi-footer-qr-text {
           font-weight: 400;
    color: #d7d7d7;
    font-size: .9rem;
        }
        
        .jiayi-footer-qr-desc {
            color: #7f8c8d;
            font-size: 0.95rem;
            margin-top: 8px;
            max-width: 200px;
            line-height: 1.5;
        }
        
        .jiayi-footer-note {
            margin-top: 40px;
            color: #95a5a6;
            font-size: 0.95rem;
            padding-top: 20px;
            border-top: 1px solid #eee;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }


.archf-footer-section {
  padding-top: 50px;     background-color: #f9f9f9;}

.archf-footer-widget {
  color: #fff; }
  .archf-footer-widget .widget-title {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    padding: 95px 0px 25px; }
  .archf-footer-widget .archf-footer-about-widget {
    top: -50px;
    color: #fff;
    padding: 50px;
    position: relative;
    margin-bottom: -50px;
    background-color: #034ea1;    border-radius: 5px; }
    .archf-footer-widget .archf-footer-about-widget .footer-logo {
      margin-bottom: 35px; }
    .archf-footer-widget .archf-footer-about-widget p {
      padding-bottom: 25px;font-size: 18px; }
    .archf-footer-widget .archf-footer-about-widget .contact-icon-text {
      margin-bottom: 10px; }
      .archf-footer-widget .archf-footer-about-widget .contact-icon-text .w-contact-icon {
        margin-right: 10px; }
      .archf-footer-widget .archf-footer-about-widget .contact-icon-text .w-contact-text {
        overflow: hidden; }
      .archf-footer-widget .archf-footer-about-widget .contact-icon-text:last-child {
        margin-bottom: 0; }
  .archf-footer-widget .archf-footer-menu-widget {
    padding-left: 50px; }
    .archf-footer-widget .archf-footer-menu-widget li {
      color: #fff;
      margin-bottom: 20px; }
      .archf-footer-widget .archf-footer-menu-widget li a:hover {
        padding-left: 5px; }
      .archf-footer-widget .archf-footer-menu-widget li:last-child {
        margin-bottom: 0; }
  .archf-footer-widget .archf-footer-nl-widget p {
    padding-bottom: 30px; }
  .archf-footer-widget .archf-footer-nl-widget form {
    position: relative; }
  .archf-footer-widget .archf-footer-nl-widget input {
    width: 100%;
    height: 55px;
    padding-left: 20px;
    border: 1px solid #909a9c;
    background-color: transparent; }
    .archf-footer-widget .archf-footer-nl-widget input::-webkit-input-placeholder {
      color: #000000; }
    .archf-footer-widget .archf-footer-nl-widget input:-ms-input-placeholder {
      color: #000000; }
    .archf-footer-widget .archf-footer-nl-widget input::-ms-input-placeholder {
      color: #000000; }
    .archf-footer-widget .archf-footer-nl-widget input::placeholder {
      color: #000000; }
  .archf-footer-widget .archf-footer-nl-widget button {
    top: 12px;
    right: 15px;
    padding: 0;
    border: none;
    color: #909a9c;
    font-size: 20px;
    position: absolute;
    background-color: transparent; }




/*---------------------------------------------------- */
/*(2)- Header area*/
/*----------------------------------------------------*/
.header-main-menu .dropdown {
  position: relative; }
  .header-main-menu .dropdown:before {
    top: 0;
    right: -15px;
    content: '+';
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .header-main-menu .dropdown:hover .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

.header-main-menu .dropdown-menu {
  left: 0;
  top: 48px;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  display: block;
  border: none;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  background-color: #fff;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
  background-color: #28347e; }
  .header-main-menu .dropdown-menu li {
    display: block;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .header-main-menu .dropdown-menu li:last-child {
      border-bottom: none; }
  .header-main-menu .dropdown-menu a {
    width: 100%;
    display: block;
    padding: 10px 20px 10px !important;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 15px !important; }
    .header-main-menu .dropdown-menu a:hover {
      color: #fff;
      background-color: #b81f3d; }

.header-style-five {
  top: 0;
  width: 100%;
  z-index: 10;
  padding-top: 45px;
  position: absolute; }
  .header-style-five .dropdown:before {
    color: #fff;
    right: -12px;
    font-size: 16px; }
  .header-style-five .dropdown:hover:before {
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    transform: rotate(130deg); }
  .header-style-five .main-navigation-area {
    padding-top: 15px;
    display: inline-block; }
    .header-style-five .main-navigation-area li {
      margin-left: 60px; }
      .header-style-five .main-navigation-area li a {
        color: #fff;
        font-weight: 700;
        padding-bottom: 25px;
        font-size: 18px; }
  .header-style-five .header-cta-btn {
      height: 48px;
    width: 170px;
    font-weight: 700;
    line-height: 56px;
    margin-left: 50px;
    display: flex;
    color: #ffffff;
    font-size: 16px;
    }

.site-logo a img {
    width: 220px;
}


    .header-style-five .header-cta-btn a {
      color: #fff;
    
      display: block; }
  .header-style-five.sticky-on {
    padding: 15px 0px;
    background-color: #000; }

/*Stickey header*/
/*----------------------------------------------------*/
.sticky-on {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  position: fixed;
  z-index: 9;
  width: 100%;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: .7s all ease-in-out;
  -o-transition: .7s all ease-in-out;
  transition: .7s all ease-in-out; }

/*---------------------------------------------------- */
/*(2)- Slider area*/
/*----------------------------------------------------*/
.arch-slider-6 {
  overflow: visible;
  padding-bottom: 100px; }

/*---------------------------------------------------- */
/*(3)- Intro area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*(4)- about area*/
/*----------------------------------------------------*/
.archs-about-section {
  padding: 115px 0px 75px; }

.archs-about-text-wrapper {
  max-width: 470px; }

.archs-about-feature-icon i{
    font-size: 46px;
    color: #28347e;
}




.archs-exp-wrap {
  color: #fff;
  z-index: 1;
  margin-top: 40px;
  margin-left: 20px;
  padding: 35px 30px;
  display: inline-block;
  background-color: #333333; }
  .archs-exp-wrap:before, .archs-exp-wrap:after {
    top: 20px;
    left: -20px;
    width: 100%;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    height: 100%;
    position: absolute;
    background-color: #b81f3d; }
  .archs-exp-wrap:after {
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #034ea1; }
  .archs-exp-wrap h2 {
    float: left;
    line-height: 1;
    font-size: 72px;
    font-weight: 700;
    margin-right: 20px; }
  .archs-exp-wrap h3 {
    float: left;
    font-size: 24px;
    font-weight: 700;
    max-width: 135px;
    padding-top: 5px;
    line-height: 1.375; }

.archs-about-feature-innerbox {
  margin-bottom: 45px; }
  .archs-about-feature-innerbox .archs-about-feature-icon {
    margin-bottom: 25px; }
  .archs-about-feature-innerbox .archs-about-feature-text h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 8px; }


.archf-project-content {
  margin: 0 auto;
  padding-top: 70px;
  max-width: 1920px; }

.archf-project-img-text:before {
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  opacity: 0;
  height: 100%;
  content: '';
  visibility: hidden;
  position: absolute;
  -webkit-transition: 600ms all;
  -o-transition: 600ms all;
  transition: 600ms all;
  background-color: rgba(62, 67, 78, 0.8); }

.archf-project-img-text .archf-project-text {
  left: 30px;
  z-index: 2;
  opacity: 0;
  bottom: 30px;
  max-width: 500px;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 600ms all;
  -o-transition: 600ms all;
  transition: 600ms all; }
  .archf-project-img-text .archf-project-text h4 {
    font-size: 18px;
    font-weight: 700;
    color: #a3cc01;
    padding-bottom: 10px; }
  .archf-project-img-text .archf-project-text h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 15px; }
  .archf-project-img-text .archf-project-text p {
    color: #fff;
    font-size: 18px; }

.archf-project-img-text .archf-project-more {
  z-index: 2;
  opacity: 0;
  right: 30px;
  bottom: 50px;
  visibility: hidden;
  position: absolute; }
  .archf-project-img-text .archf-project-more:before {
    top: -8px;
    left: -16px;
    width: 140px;
    content: '';
    height: 40px;
    position: absolute;
    border: 2px solid #ffffff; }
  .archf-project-img-text .archf-project-more a {
    color: #fff;
    font-weight: 700;
    font-family: "Poppins";     z-index: 222;
    position: relative;}
    .archf-project-img-text .archf-project-more a i {
      color: #ffffff;
      margin-left: 10px; }

.archf-project-slider .owl-item.active.center .archf-project-img-text:before {
  opacity: 1;
  visibility: visible; }

.archf-project-slider .owl-item.active.center .archf-project-text {
  opacity: 1;
  visibility: visible; }

.archf-project-slider .owl-item.active.center .archf-project-more {
  opacity: 1;
  visibility: visible; }

.archf-project-slider .owl-dots {
  margin-top: 60px;
  text-align: center; }


.archf-section-title-1 h2 {
    color: #fff;
    font-size: 30px;
    display: inline-block;
    font-weight: 700;
    margin: 20px 0px 25px;
    padding: 15px 30px 10px;
    background-color: #28347e;
}

/*---------------------------------------------------- */
/*(5)- Feature area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*(5)- project area*/
/*----------------------------------------------------*/
.archs-portfolio-section {
  padding-bottom: 105px; }

.archs-portfolio-slider {
  float: left;
  max-width: 1045px; }
  .archs-portfolio-slider .archs-portfolio-slider-innerbox {
    padding-bottom: 130px; }

.archs-portfolio-text-wrapper .archs-portfolio-text {
  right: 0;
  opacity: 0;
  bottom: -25px;
  padding: 50px;
  max-width: 670px;
  position: absolute;
  font-family: "Poppins";
  background-color: #fff;
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s; }
  .archs-portfolio-text-wrapper .archs-portfolio-text .archs-port-cat {
    font-size: 18px;
    font-weight: 700;
    color: #a3cc01; }
  .archs-portfolio-text-wrapper .archs-portfolio-text h3 {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    padding: 5px 0px 20px; }
  .archs-portfolio-text-wrapper .archs-portfolio-text .archs-view-more-btn {
    font-weight: 700;
    position: relative;
    display: inline-block; }
    .archs-portfolio-text-wrapper .archs-portfolio-text .archs-view-more-btn:after {
      left: 0;
      bottom: 0;
      height: 2px;
      width: 100%;
      content: '';
      width: 100%;
      position: absolute;
      background-color: #a3cc01; }

.archs-portfolio-text-title {
  float: left;
  max-width: 370px;
  margin-left: 130px; }

.archs-portfolio-slider .owl-nav {
  top: 45%;
  right: -25%;
  position: absolute; }
  .archs-portfolio-slider .owl-nav .owl-prev,
  .archs-portfolio-slider .owl-nav .owl-next {
    font-size: 22px;
    margin-right: 40px;
    position: relative;
    display: inline-block; }
  .archs-portfolio-slider .owl-nav .owl-prev:before {
    top: 0;
    right: -25px;
    content: '/';
    position: absolute; }

.archs-portfolio-slider .owl-item.active .archs-portfolio-text-wrapper .archs-portfolio-text {
  opacity: 1;
  bottom: -45px; }

/*---------------------------------------------------- */
/*(6)- Service area*/
/*----------------------------------------------------*/
.archs-service-section {
  overflow: visible; }
  .archs-service-section:before, .archs-service-section:after {
    right: 0;
    top: -225px;
    content: '';
    width: 375px;
    height: 345px;
    position: absolute;
   }
  .archs-service-section:after {
    left: 0;
    top: auto;
    right: auto;
    width: 190px;
    height: 190px;
    bottom: -50px; }

.archs-service-content {
  padding-top: 65px; }

.archs-service-innerblock .archs-service-icon {
     right: -10px;
    width: 90px;
    bottom: 40px;
    height: 30px;
    line-height: 34px;
    position: absolute;
    background-color: #303360;
    -webkit-transition: 500ms all;
    -o-transition: 500ms all;
    transition: 500ms all;
    color: #ffffff;}

.archs-service-innerblock .archs-service-text {
     top: -10px;
    float: right;
    max-width: 340px;
    position: relative;
    background-color: #fff;
    padding: 30px 0px 0px 18px;


}



.arc6-service-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  overflow: visible; }
  .arc6-service-section .arc6-overlay {
    background-color: rgb(217 30 59 / 33%);
    padding: 120px 0;
    height: 400px; }
    @media (max-width: 767.98px) {
      .arc6-service-section .arc6-overlay {
        padding: 80px 0; } }
  .arc6-service-section .arc6-top-content {
    margin-bottom: 40px; }
    .arc6-service-section .arc6-top-content span {
      color: #fff;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      letter-spacing: 0.3em; }
    .arc6-service-section .arc6-top-content h2 {
      color: #fff; }
  .arc6-service-section .arc6-service-slider .owl-controls {
    text-align: center; }
  .arc6-service-section .arc6-service-slider .owl-dots {
    display: inline-block;
    margin-top: 45px; }
  .arc6-service-section .arc6-service-slider .owl-dot {
    margin: 5px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    position: relative;
    display: inline-block; }
    .arc6-service-section .arc6-service-slider .owl-dot span {
      margin: 0;
      width: 6px;
      height: 6px;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 53%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #ddd;
      border-radius: 50%; }
  .arc6-service-section .arc6-service-slider .owl-dots .active {
    border: 1px solid #cbbc9d; }
    .arc6-service-section .arc6-service-slider .owl-dots .active span {
      background-color: #cbbc9d; }





.archs-service-img img {
        transition: all 0.7s 
ease;
}


.archs-service-img img:hover  {
    transform: scale(1.06);
    filter: brightness(1.1) contrast(1.1);
}


.arc6-service-single-item .arc6-slide-content {
    padding: 20px;
    margin: 10px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding-top: 40px;
}

.arc6-service-single-item .arc6-slide-content .slide-description {
    margin-bottom: 30px;
}


            .video-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
            margin-bottom: 50px;
        }
        
        .video-card {
           background: #ffffff;
            border-radius: 8px;
            overflow: hidden;
           
          
            transition: transform 0.3s, box-shadow 0.3s;
            position: relative;
        }
        
        .video-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
            border-color: #b81f3d;
        }
        
        .video-thumb {
            position: relative;
            width: 100%;
           
            overflow: hidden;
            cursor: pointer;
        }
        
        .video-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: grayscale(30%);
            transition: transform 0.5s, filter 0.5s;
        }
        
        .video-card:hover .video-thumb img {
            transform: scale(1.05);
            filter: grayscale(0%);
        }
        
        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #b81f3d 0%, #034ea1 100%);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 0 0 8px rgba(184, 31, 61, 0.3);
            z-index: 10;
        }
        
        .play-button::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 2px solid #b81f3d;
            animation: pulse 2s infinite;
        }
        
        .play-button:hover {
            transform: translate(-50%, -50%) scale(1.1);
            box-shadow: 0 0 0 12px rgba(184, 31, 61, 0.4);
        }
        
        .play-icon {
            width: 0;
            height: 0;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 20px solid #fff;
            margin-left: 4px;
        }
        
        .video-info {
            padding: 15px;
        }
        
        .video-title {
            font-size: 1.2rem;
            color: #333333;
            margin-bottom: 8px;
            font-weight: 600;
        }
        
        .video-desc {
            font-size: 0.9rem;
            color: #aaa;
            margin-bottom: 15px;
            line-height: 1.4;
        }
        
        .video-meta {
            display: flex;
            justify-content: space-between;
            color: #034ea1;
            font-size: 0.85rem;
            border-top: 1px solid #333;
            padding-top: 10px;
        }
        
        /* 弹窗样式 */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7)!important;
            z-index: 100;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: opacity 0.3s;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }
        
        .modal.active {
            display: flex;
            opacity: 1;
        }
        
        .modal-content {
            width: 80%;
            max-width: 900px;
            max-height: 80vh;
            background: #1e1e1e;
            border-radius: 10px;
            overflow: hidden;
            position: relative;
            box-shadow: 0 0 40px rgba(184, 31, 61, 0.3);
          
            display: flex;
            flex-direction: column;
        }
        
        .modal-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px;
            background: #151515;
            border-bottom: 2px solid #3e3e3e;
            flex-shrink: 0;
        }
        
        .modal-title {
            color: #fff;
            font-size: 1.4rem;
            font-weight: 600;
        }
        
        .close-btn {
            color: #b81f3d;
            font-size: 1.8rem;
            background: none;
            border: none;
            cursor: pointer;
            transition: transform 0.3s;
            width: 30px;
            height: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .close-btn:hover {
            transform: rotate(90deg);
        }
        
        .modal-body {
            padding: 20px;
            overflow-y: auto;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
        
        .video-container {
            position: relative;
            width: 100%;
            padding-top: 56.25%; /* 16:9 宽高比 */
            margin-bottom: 15px;
            flex-shrink: 0;
        }
        
        .modal-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 5px;
            background: #000;
        }
        
        .modal-desc {
            color: #ccc;
            line-height: 1.5;
            flex-shrink: 0;
        }
        
        /* 工业风装饰元素 */
        .bolt {
            position: absolute;
            width: 12px;
            height: 12px;
            background: #555;
            border-radius: 50%;
            box-shadow: inset 0 0 5px #000;
        }
        
        .bolt::before {
            content: "";
            position: absolute;
            width: 6px;
            height: 6px;
            background: #222;
            border-radius: 50%;
            top: 3px;
            left: 3px;
        }
        
        .bolt-1 { top: 10px; left: 10px; }
        .bolt-2 { top: 10px; right: 10px; }
        .bolt-3 { bottom: 10px; left: 10px; }
        .bolt-4 { bottom: 10px; right: 10px; }
        
        .gear {
            position: absolute;
            font-size: 2rem;
            color: #333;
            opacity: 0.2;
            z-index: 0;
        }
        
        .gear-1 { top: 10%; left: 5%; animation: rotate 20s linear infinite; }
        .gear-2 { top: 70%; right: 5%; animation: rotate 15s linear infinite reverse; }
        
        /* 响应式设计 */
        @media (max-width: 992px) {
            .video-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 576px) {
            .video-grid {
                grid-template-columns: 1fr;
            }
            
            h1 {
                font-size: 2rem;
            }
            
            .modal-content {
                width: 95%;
            }
        }
        
        /* 动画 */
        @keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 0.8;
            }
            70% {
                transform: scale(1.5);
                opacity: 0;
            }
            100% {
                transform: scale(1.5);
                opacity: 0;
            }
        }
        
        @keyframes rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }
        
        .filter-bar {
            display: flex;
            justify-content: center;
            margin-bottom: 30px;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .filter-btn {
            background: linear-gradient(to bottom, #333, #222);
            color: #ccc;
            border: none;
            padding: 10px 20px;
            border-radius: 30px;
            cursor: pointer;
            transition: all 0.3s;
            border: 1px solid #444;
        }
        
        .filter-btn:hover, .filter-btn.active {
            background: linear-gradient(135deg, #b81f3d 0%, #034ea1 100%);
            color: #fff;
        }
        
        /* 加载指示器 */
        .loader {
            display: none;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 50px;
            height: 50px;
            border: 5px solid rgba(184, 31, 61, 0.3);
            border-radius: 50%;
            border-top: 5px solid #b81f3d;
            animation: spin 1s linear infinite;
            z-index: 10;
        }
        
        @keyframes spin {
            0% { transform: translate(-50%, -50%) rotate(0deg); }
            100% { transform: translate(-50%, -50%) rotate(360deg); }
        }




.arc6-service-single-item .arc6-slide-content .slide-description h4 {
    margin-bottom: 20px;
}
.arc6-headline h4 {
    font-size: 24px;
}


.arc6-service-single-item .icon-container {
    width: 130px;
    margin: auto;
    position: relative;
}

.arc6-service-single-item .img-container img {
    margin-top: -40px;
    position: relative;
    z-index: 2;
}

  .archs-service-innerblock .archs-service-text h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 8px; }
  .archs-service-innerblock .archs-service-text p {
    padding-bottom: 25px; }
  .archs-service-innerblock .archs-service-text .archs-service-arrow {
    font-size: 24px; }
    .archs-service-innerblock .archs-service-text .archs-service-arrow:hover {
      color: #a3cc01; }

.archs-service-innerblock:hover .archs-service-icon {
  background-color: #d91e3b; }

.archs-skill-wrapper .skill-progress-bar {
  padding-top: 40px; }
  .archs-skill-wrapper .skill-progress-bar .skill-set-percent {
    margin-bottom: 25px; }
    .archs-skill-wrapper .skill-progress-bar .skill-set-percent h4 {
      color: #000000;
      font-size: 18px;
      font-weight: 700;
      padding-bottom: 16px; }
    .archs-skill-wrapper .skill-progress-bar .skill-set-percent .progress {
      height: 5px;
      border-radius: 0;
      position: relative;
      overflow: visible;
      background-color: #c6c6c6; }
      .archs-skill-wrapper .skill-progress-bar .skill-set-percent .progress span {
        right: 0;
        top: -30px;
        font-weight: 700;
        position: absolute;
        font-family: "Poppins"; }
    .archs-skill-wrapper .skill-progress-bar .skill-set-percent .progress-bar {
      width: 0;
      top: -5px;
      float: left;
      height: 3px;
      position: relative;
      -webkit-transition: 1s all ease-in-out;
      -o-transition: 1s all ease-in-out;
      transition: 1s all ease-in-out;
      background-color: #a3cc01; }

/*---------------------------------------------------- */
/*(7)- team area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*(8)- testimonial area*/
/*----------------------------------------------------*/
.archs-skill-testimonial-section {
  padding-top: 100px; }
  .archs-skill-testimonial-section .archs-testimonial-bg {
    top: 0;
    width: 50%;
    right: 0;
    height: 100%; }
    .archs-skill-testimonial-section .archs-testimonial-bg img {
      width: 100%;
      height: 100%; }
    .archs-skill-testimonial-section .archs-testimonial-bg:after {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      position: absolute;
      background-color: rgba(0, 0, 0, 0.6); }

.archs-testimonial-wrapper {
  padding-left: 150px; }
  .archs-testimonial-wrapper .archs-section-title h2 {
    color: #fff; }

.archs-testimonial-slider-area {
  margin-top: 50px; }

.archs-testimonial-slider-item p {
  color: #fff;
  font-size: 24px;
  font-style: italic;
  padding-left: 55px;
  position: relative; }
  .archs-testimonial-slider-item p:After {
    top: -8px;
    left: 0px;
    content: '\f10d';
    font-size: 40px;
    position: absolute;
    color: #a3cc01;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; }

.archs-testimonial-author {
  margin-top: 45px;
  margin-left: 50px; }
  .archs-testimonial-author h3 {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 5px; }
  .archs-testimonial-author span {
    color: #fff; }
  .archs-testimonial-author .archs-tst-author-img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 100%; }
  .archs-testimonial-author .archs-tst-author-text {
    padding-top: 10px; }

.archs-partner-section {
  padding: 80px 0px 60px; }

.archs-newslatter-content {
  padding: 85px 80px 75px; }
  .archs-newslatter-content .archs-section-title h2 {
    color: #fff;
    padding-bottom: 0; }
  .archs-newslatter-content .archs-newslatter-form {
    padding-left: 80px;
    margin-top: 75px; }
    .archs-newslatter-content .archs-newslatter-form input {
      width: 100%;
      height: 65px;
      border: none;
      padding-left: 20px;
      border-right-color: #fff; }
    .archs-newslatter-content .archs-newslatter-form button {
      top: 0;
      right: 0;
      color: #fff;
      height: 65px;
      width: 180px;
      border: none;
      font-weight: 700;
      position: absolute;
      font-family: "Poppins";
      background-color: #a3cc01; }

/*---------------------------------------------------- */
/*(9)- blog area*/
/*----------------------------------------------------*/
.archs-blog-section {
  padding: 115px 0px; }

.archs-blog-content {
  margin: 0px 15px;
  padding-top: 70px; }
  .archs-blog-content .col-lg-4,
  .archs-blog-content .col-md-6 {
    padding: 0; }
  .archs-blog-content .col-lg-4:nth-child(2) .archs-blog-text {
    padding: 30px 30px 65px; }
    .archs-blog-content .col-lg-4:nth-child(2) .archs-blog-text .archs-blog-author-img {
      top: auto;
      bottom: -38px; }

.archs-blog-innerbox {
  border: 1px solid #e5e6e1; }
  .archs-blog-innerbox .archs-blog-author-img {
    left: 0;
    right: 0;
    width: 75px;
    top: -38px;
    height: 75px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    border-radius: 100%; }
  .archs-blog-innerbox .archs-blog-author-name {
    display: block;
    font-weight: 700;
    color: #a3cc01;
    font-family: "Poppins";
    margin-bottom: 10px; }
  .archs-blog-innerbox .archs-blog-text {
    border: 2px solid #fff;
    padding: 65px 30px 30px; }
    .archs-blog-innerbox .archs-blog-text h3 {
      color: #000000;
      font-size: 18px;
      font-weight: 700;
      text-align: center; }
  .archs-blog-innerbox .archs-blog-meta {
    margin-top: 25px; }
    .archs-blog-innerbox .archs-blog-meta .archs-blog-cat {
      color: #000000;
      font-weight: 700;
      font-family: "Poppins"; }
      .archs-blog-innerbox .archs-blog-meta .archs-blog-cat i {
        margin-right: 5px;
        color: #a3cc01; }
    .archs-blog-innerbox .archs-blog-meta .archs-blog-date {
      color: #999999; }

/*---------------------------------------------------- */
/*(10)- footer area*/
/*----------------------------------------------------*/
.archs-footer-section {
  background-color: #323232; }

.archs-footer-top-wrapper {
  padding: 110px 0px 70px;
  border-bottom: 1px solid #5d5d5d; }

.f-cta-inner {
  width: 330px;
  float: left; }
  .f-cta-inner .f-cta-icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    line-height: 60px;
    border-radius: 100%;
    border: 2px solid #a3cc01; }
    .f-cta-inner .f-cta-icon i {
      color: #fff; }
  .f-cta-inner .f-cta-text {
    color: #fff;
    font-weight: 700;
    font-family: "Poppins"; }
    .f-cta-inner .f-cta-text span {
      display: block;
      text-transform: uppercase; }
    .f-cta-inner .f-cta-text a {
      font-size: 21px; }

.archs-footer-widget-wrapper {
  padding: 60px 0px; }

.archs-footer-widget .widget-title {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 25px; }

.archs-footer-widget p {
  color: #fff; }

.archs-footer-widget .archs-footer-menu-widget {
  padding-left: 80px; }

.archs-footer-widget .archs-footer-social {
  margin-top: 40px; }
  .archs-footer-widget .archs-footer-social a {
    color: #fff;
    margin-right: 20px; }
    .archs-footer-widget .archs-footer-social a:hover {
      color: #a3cc01; }

.archs-footer-widget ul li {
  margin-bottom: 15px; }
  .archs-footer-widget ul li a {
    color: #fff; }
    .archs-footer-widget ul li a:hover {
      color: #a3cc01; }

.archs-footer-widget .archs-footer-nws-latter {
  margin-top: 28px; }
  .archs-footer-widget .archs-footer-nws-latter input {
    height: 55px;
    width: 100%;
    padding-left: 20px;
    border: 1px solid #949494;
    background-color: transparent; }
  .archs-footer-widget .archs-footer-nws-latter button {
    top: 15px;
    right: 15px;
    padding: 0;
    color: #fff;
    border: none;
    font-size: 18px;
    position: absolute;
    background-color: transparent; }

.archs-footer-copyright {
  padding: 35px 0px;
  background-color: #1a1a1a; }

.archs-footer-copyright-text p {
  color: #fff; }
  .archs-footer-copyright-text p a {
    font-weight: 700; }

.archs-footer-copyright-menu {
  float: right; }
  .archs-footer-copyright-menu li {
    margin-left: 40px; }
    .archs-footer-copyright-menu li a {
      color: #fff; }
      .archs-footer-copyright-menu li a:hover {
        color: #a3cc01; }

/*---------------------------------------------------- */
/*(11)- Responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1440px) {
  .archs-portfolio-slider {
    max-width: 840px; }
  .archs-portfolio-text-title {
    margin-left: 80px; }
  .archs-portfolio-slider .owl-nav {
    top: 50%; } }

@media screen and (max-width: 1280px) {
  .archs-portfolio-slider {
    max-width: 750px; }
  .archs-service-section:before {
    width: 220px; }
  .archs-service-section:after {
    width: 130px;
    height: 95px; } }

@media screen and (max-width: 1199px) {
  .archs-portfolio-slider {
    max-width: 100%; }
  .archs-portfolio-slider .owl-nav {
    position: static;
    margin-top: 20px;
    text-align: center; }
  .archs-portfolio-text-title {
    margin-left: 15px; } }

@media screen and (max-width: 1024px) {
  .header-style-five .site-logo {
    width: 130px;
    padding-top: 10px; }
  .f-cta-inner {
    margin-bottom: 20px; } }

@media screen and (max-width: 991px) {
  .archs-about-text-wrapper {
    margin: 0 auto;
    margin-bottom: 50px; }
  .archs-skill-testimonial-section .archs-testimonial-bg {
    display: none; }
  .archs-testimonial-wrapper {
    padding: 100px 50px;
    background-color: #323232; }
  .archs-blog-innerbox {
    margin: 0 auto;
    max-width: 370px;
    margin-bottom: 30px; }
  .archs-footer-widget .archs-footer-menu-widget {
    padding-left: 0; }
  .archs-footer-widget {
    margin-bottom: 40px; }
  .header-style-five .main-navigation-area {
    display: none; }
  .header-style-five .header-cta-btn {
    margin-right: 50px; }
  .header-style-five .header-cta-btn {
    width: 115px; }
  .str-mobile_menu_button {
    display: block !important; }
  .archs-footer-logo {
    text-align: center;
    margin-bottom: 30px; }
  .archs-newslatter-content .archs-newslatter-form {
    padding-left: 0; }
  .archs-service-innerblock {
    margin: 0 auto;
    max-width: 370px; }
  .archs-portfolio-slider {
    float: none; }
  .archs-footer-copyright-menu {
    margin-top: 15px;
    float: none; }
    .archs-footer-copyright-menu li {
      margin-left: 0;
      margin-right: 10px; } }

@media screen and (max-width: 800px) {
  .archs-service-section:before,
  .archs-service-section:after {
    display: none; }
  .archs-portfolio-text-title {
    float: none;
    max-width: 100%;
    margin-top: 30px;
    padding: 0px 15px; } }

@media screen and (max-width: 420px) {
  .archs-section-title h2 {
    font-size: 30px; }
  .archs-section-title span {
    font-size: 18px; }
  .archs-about-section {
    padding: 50px 0px 35px; }
  .archs-exp-wrap h2 {
    font-size: 50px; }
  .archs-exp-wrap h3 {
    font-size: 16px; }
  .archs-portfolio-text-wrapper .archs-portfolio-text h3 {
    font-size: 18px;
    margin-bottom: 0; }
  .archs-portfolio-text-wrapper .archs-portfolio-text .archs-port-cat {
    font-size: 16px; }
  .archs-portfolio-text-wrapper .archs-portfolio-text {
    padding: 35px 35px 50px; }
  .archs-portfolio-section {
    padding-bottom: 60px; }
  .archs-service-content {
    padding-top: 35px; }
  .archs-skill-testimonial-section {
    padding-top: 50px; }
  .archs-testimonial-slider-item p {
    font-size: 18px; }
  .archs-testimonial-wrapper {
    padding: 55px 30px; }
  .archs-testimonial-author h3 {
    font-size: 16px; }
  .archs-partner-section {
    padding: 20px 0px 30px; }
  .archs-newslatter-content {
    padding: 40px 30px 40px; }
  .archs-newslatter-content .archs-newslatter-form {
    margin-top: 30px; }
  .archs-newslatter-content .archs-newslatter-form button {
    width: 100px; }
  .archs-blog-section {
    padding: 50px 0px; }
  .archs-blog-content {
    padding-top: 30px; }
  .archs-footer-top-wrapper {
    padding: 50px 0px 30px; }
  .archs-footer-copyright-menu {
    margin-top: 15px;
    float: none; }
    .archs-footer-copyright-menu li {
      margin-left: 0;
      margin-right: 10px; }
  .f-cta-inner .f-cta-text a {
    font-size: 16px; } }

/*---------------------------------------------------- */
/*(12)- Responsive area*/
/*----------------------------------------------------*/
.str-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #1c1c1c;
  padding: 40px 0px;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .str-mobile_menu_content .str-mobile-main-navigation {
    width: 100%; }
    .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav {
      width: 100%; }
  .str-mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
  .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    padding: 13px 15px 13px 0px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1); }
    .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav li a {
      color: #d5d5d5;
      padding: 0;
      width: 100%;
      display: block;
      font-size: 14px;
      font-weight: 400;
      padding: 5px 30px 0px;
      text-transform: uppercase; }
  .str-mobile_menu_content .m-brand-logo {
    width: 160px;
    margin: 0 auto;
    margin-bottom: 30px; }

.str-mobile_menu_wrap.mobile_menu_on .str-mobile_menu_content {
  right: 0px;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out; }

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

.mobile_menu_overlay_on {
  overflow: hidden; }

.str-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible; }

.str-mobile_menu_button {
  right: 0;
  top: -43px;
  z-index: 5;
  position: absolute;
  display: none;
  cursor: pointer;
  line-height: 40px;
  color: #a3cc01;
  text-align: center;
  font-size: 30px; }

.str-mobile_menu .str-mobile-main-navigation .navbar-nav li a:after {
  display: none; }

.str-mobile_menu .str-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible; }

.str-mobile_menu .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent; }
  .str-mobile_menu .str-mobile_menu_content .str-mobile-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 0 20px;
    line-height: 1;
    margin-bottom: 5px; }

.str-mobile_menu .dropdown {
  position: relative; }
  .str-mobile_menu .dropdown .dropdown-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    text-align: center;
    line-height: 35px;
    background: none;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0px;
    padding: 0px;
    width: 36px;
    height: 35px; }

.str-mobile_menu .str-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  height: 20px;
  width: 20px;
  left: 15px;
  font-size: 20px;
  position: absolute; }

.str-main-header.str-sticky-menu .str-mobile_menu_content {
  top: 15px; }

/*---------------------------------------------------- */
